home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / Gui4Cli / Tools / Icon.gc < prev    next >
Encoding:
Gui4CLI script  |  1980-01-03  |  351 b   |  28 lines

  1. G4C - Shows an icon named ram:t/GCXX.info in a window
  2.  
  3.  
  4. WinBig -1 -1 200 100 IconView
  5. WinType 01000001
  6. WinBackground SOLID 3 0
  7.  
  8. BOX 0 0 0 0 IN ICONDROP
  9.  
  10. xOnLoad
  11. guiopen icon.gc
  12.  
  13. xonreload
  14. delay 20
  15. ChangeIcon  icon.gc 1 -1 -1 "ram:t/GCXX"
  16.  
  17. xOnClose
  18. guiquit icon.gc
  19.  
  20. xOnRMB
  21. guiquit icon.gc
  22.  
  23. xOnInactive
  24. guiquit icon.gc
  25.  
  26. xIcon 20 10 "ram:t/GCXX"
  27. GadID 1
  28.